DeselectColumn(String[]) Method
Unselects the specified columns by names.

C# Syntax

void DeselectColumn( 
   params string[] columns
)

Parameters

columns
The names of the columns to deselect.